home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / sc4_1002 / sc4vb.tps < prev    next >
Text File  |  1996-11-14  |  1KB  |  15 lines

  1. You can use %1 To add text into a resource string
  2. There is comprehensive help file that comes with SC4VB (although its not quite finished)
  3. In Help If You Search For 'SC4VB Functions' you get a list of all functions/procedures
  4. You can not hold me responsible if the code does not work
  5. You can add this tips dialog box to your program look for 'Declare Function Showtips...'
  6. You could store WAV files in you EXE file and play them with the function 'PlayResSound'
  7. You can have upto 7 User Defined project types in the Project Repository
  8. Compile resources from the menu will compile and add the new resource script into your program.  Just remember to remove the existing one.
  9. There is some great humor in Lloyd's Help File.  This is available on the internet.
  10. This Add-In is absolutely Free and can be distributed (Complete) to anyone you choose
  11. If you let me know you are using this Add-In then I will send you updates as soon as they are available
  12. Theres a function to open the CD attached to your computer
  13. Theres a function to get the Total/Used/Free disk space.
  14. You Can Search A List Box For A String Easily Using FindInList Function
  15. You Can Search A Combo Box For A String Easily Using FindInCombo Function